From f1bfa4f236664e0d21bcfa3f5e8e17f6182cd4e8 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 26 Mar 2001 17:52:33 +0000 Subject: [PATCH] (try_window_id): Undo last change. --- src/xdisp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/xdisp.c b/src/xdisp.c index 48fc7d7bc14..704b60c03da 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -11563,11 +11563,14 @@ try_window_id (w) else abort (); +#if 0 /* This leads to problems, for instance when the cursor is + at ZV, and the cursor line displays no text. */ /* Disable rows below what's displayed in the window. This makes debugging easier. */ enable_glyph_matrix_rows (current_matrix, XFASTINT (w->window_end_vpos) + 1, bottom_vpos, 0); +#endif IF_DEBUG (debug_end_pos = XFASTINT (w->window_end_pos); debug_end_vpos = XFASTINT (w->window_end_vpos)); -- 2.30.2